projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0a215
)
(font-lock-extend-after-change-region-function): Make it buffer local.
author
Alan Mackenzie
<acm@muc.de>
Wed, 9 Apr 2008 08:11:58 +0000
(08:11 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Wed, 9 Apr 2008 08:11:58 +0000
(08:11 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 33238c275ec60b5f0d28b44ceb97d877e1f0f82e..6f010eee19ba8cb235c275aee195f0752ec2d79c 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-998,6
+998,7
@@
and end buffer positions \(in that order) of the region to refontify, or nil
\(which directs the caller to fontify a default region).
This function should preserve the match-data.
The region it returns may start or end in the middle of a line.")
+(make-variable-buffer-local 'font-lock-extend-after-change-region-function)
(defun font-lock-fontify-buffer ()
"Fontify the current buffer the way the function `font-lock-mode' would."